Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / ContentCollection<T> Class
The type of items in a collection.
Members

In This Topic
    ContentCollection<T> Class
    In This Topic
    Represents a collection of content items.
    Object Model
    ContentCollection<T> Class
    Syntax
    'Declaration
     
    Public MustInherit Class ContentCollection(Of T As Class) 
       Implements IContentList(Of T) 
    public abstract class ContentCollection<T> : IContentList<T>  
    where T: class
    Type Parameters
    T
    The type of items in a collection.
    Inheritance Hierarchy

    System.Object
       GrapeCity.Documents.Word.ContentCollection<T>
          GrapeCity.Documents.Word.ContentObjectCollection<T>
          GrapeCity.Documents.Word.ContentRangeCollection<T>
          GrapeCity.Documents.Word.SectionCollection

    See Also